-
Notifications
You must be signed in to change notification settings - Fork 3
feat(plugins/pins): migrate plugin #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
…te-plugin-pins # Conflicts: # src/core/types/plugin.ts
…n the boundary of a layer
…low multiple sources
# Conflicts: # examples/snowbox/index.js # src/core/types/plugin.ts
…3/migrate-plugin-pins
…3/migrate-plugin-pins
oeninghe-dataport
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/plugins/pins/store.ts
Outdated
| const latLon = computed(() => | ||
| toLonLat(coordinate.value, coreStore.configuration.epsg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little bit confused here: Is it lonLat or latLon?
If it is lonLat, why not name it like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Fixed this so it reflects the previous functionality 8afe81f
# Conflicts: # examples/snowbox/index.js # src/core/types/main.ts # src/core/types/plugin.ts
Summary
Migrate Pins plugin to
@polar/polar.Instructions for local reproduction and review
npm run snowboxRelevant tickets, issues, et cetera
Closes #352
If #366 is merged before this PR, then the
PinsOptionsshould be extended byLayerBoundPluginOptions. Otherwise, this change has to be added to #366.Blocked by #404